home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / models / player / german_worker.tik < prev   
Encoding:
Text File  |  2002-10-21  |  884 b   |  47 lines

  1. TIKI
  2. setup
  3. {
  4.     path models/human/German_worker
  5.     skelmodel german_worker.skd
  6.  
  7.     surface hand shader handsnew
  8.     surface shirt shader worker_shirt
  9.     surface pants shader worker_pants
  10.  
  11.     path models/human/heads            // Set new path for head model
  12.     skelmodel head6.skd            // Set head model
  13.     surface head shader bensonazi
  14.  
  15. //    path models/human/hands
  16. //    skelmodel hand.skd
  17. //    surface hand shader handsnew
  18. }
  19.  
  20.  
  21. //
  22. // define what folder to get specific sound from for the player model
  23. //
  24. $define pulloutdir sound/weapons/pullout
  25.  
  26.  
  27. init
  28. {
  29.     client
  30.     {
  31.         // Cache sounds here
  32.     }
  33.     server
  34.     {
  35.         voicetype axis4 // set the voicetype to use for multiplayer instant messaging
  36.     }
  37. }
  38.  
  39.  
  40. //
  41. // include the base player model definition
  42. //
  43. $include models/player/base/include.txt
  44.  
  45. // need to indicate the end of the tiki file because we have a tiki command at the end
  46. //end
  47.